.comparePanel {
    position: fixed;
    right: 0%;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 10px;
    bottom: 0;
    background-color: #FFF;
    transform: translate(-50%, -15px);
    z-index: 1;
}

@media(min-width: 768px) {
    .comparePanel {
        width: 20%;
    }
    .compare-btn.desktop {
        margin-top: 15px;
    }
    .compare-btn.mobile {
        display: none;
    }
    .compareproduct-tn {
        width: 100px;
    }
}

.compare-btn-mobile-wrapper {
    text-align: center;
}

@media(max-width: 767px) {
    .compare-btn.desktop {
        display: none;
    }
    .compare-btn.mobile {
        margin-top: 15px;
    }
    .comparePan .col-sm {
        text-align: left !important;
    }
    .comparePan .col-sm h5 {
        display: inline-block;
    }
    .compareproduct-tn {
        width: 50px;
    }
    .comparePanel {
        width: 90%;
    }
    .comparePanel {
        position: fixed;
        left: 50%;
        border: 1px solid #000;
        padding: 15px;
        border-radius: 10px;
        bottom: 0;
        background-color: #FFF;
        transform: translate(-50%, -15px);
        z-index: 1;
    }
}

.comparePanel:hover {
    opacity: 1;
}

.compare-btn,
.compare-btn:hover {
    background-image: -moz-linear-gradient(90deg, rgb(41, 237, 235) 0%, rgb(11, 202, 195) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(41, 237, 235) 0%, rgb(11, 202, 195) 100%);
    box-shadow: 0px 0px 40px 0px rgba(11, 202, 195, 0.5);
    max-width: 160px;
    width: 100%;
    font-size: 17px;
    color: #fff;
}

.comparePan {
    margin-top: 15px;
}

.comparePan a {
    border-bottom: 3px solid #0ccbc4;
    color: #0ccbc4;
    font-weight: 500;
    text-decoration: none;
}

.comparePan .col-sm {
    padding-top: 15px;
}

.comparePan .col-sm:hover {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.comparePanel.hidden {
    display: none;
}